hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
IClassFactory
directx
com
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
version(Windows)
extern (
Windows
) nothrow
interface
IClassFactory :
IUnknown
{
HRESULT
CreateInstance
(IUnknown UnkOuter, IID* riid, void** pvObject);
HRESULT
LockServer
(BOOL fLock);
}
Members
Functions
CreateInstance
HRESULT
CreateInstance
(IUnknown UnkOuter, IID* riid, void** pvObject)
Undocumented in source.
LockServer
HRESULT
LockServer
(BOOL fLock)
Undocumented in source.
Inherited Members
From IUnknown
QueryInterface
HRESULT
QueryInterface
(IID* riid, void** pvObject)
Undocumented in source.
AddRef
ULONG
AddRef
()
Undocumented in source.
Release
ULONG
Release
()
Undocumented in source.
Meta
Source
See Implementation
directx
com
aliases
LPCLASSFACTORY
LPUNKNOWN
REFGUID, REFIID, REFCLSID, REFFMTID
functions
MIDL_user_allocate
MIDL_user_free
interfaces
IClassFactory
IPrintDocumentPackageTarget
IUnknown
manifest constants
INTSAFE_E_ARITHMETIC_OVERFLOW
templates
uuid